projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca1dfc7
)
build: Add missing argument to add_languages()
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 6 Dec 2022 20:47:55 +0000
(20:47 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 6 Dec 2022 20:47:55 +0000
(20:47 +0000)
We need to specify whether we want a native compiler or not.
testsuite/gtk/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/gtk/meson.build
b/testsuite/gtk/meson.build
index 84a8cfc1c6c28ff20afc61e5208f64ddc0bb5907..5e2324ae5b48ac16fc9ac691aab3d8b2544c1fd8 100644
(file)
--- a/
testsuite/gtk/meson.build
+++ b/
testsuite/gtk/meson.build
@@
-112,7
+112,7
@@
foreach t : tests
endforeach
# FIXME: if objc autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1 -x objective-c++
-if add_languages('cpp', required: false)
+if add_languages('cpp', required: false
, native: false
)
test_exe = executable('autotestkeywords',
'autotestkeywords.cc',
c_args : test_cargs + ['-Idummy-headers'],